@charset "utf-8";
/* header */
.header{height: 338px; background: url(../images/public/header_bg.png) no-repeat center top; background-size: 100% 100%;}
.header-main{position: relative; height: 260px;}
.header-toolbar{height: 46px; line-height: 46px; color: #fff;}
.header-toolbar a{color: #fff;}
.header-toolbar a:hover{color: #C92626;}
.header-toolbar li{position: relative; height: 46px; padding-left: 16px; float: left;}
.header-toolbar li.split:after{position: absolute; left: 0; top: 50%; margin-top: -7px; content:''; width: 1px; height:16px; background: #fff; opacity: .6;}
.header-toolbar li.split{margin-left: 15px;}
.header-toolbar .pullDown .pullDown{position: relative;}
.header-toolbar .pullDown .drop{position:absolute; top:39px; left:50%; transform: translateX(-50%); padding-top: 7px; z-index:9; display:none;}
.header-toolbar .pullDown.ewm .drop{width: 120px;}
.header-toolbar .pullDown.menu .drop{width: 100px;}
.header-toolbar .pullDown.ewm .drop:after{content:''; width:0; height:0; overflow:hidden; border:7px solid transparent; border-bottom-color:rgba(0,0,0,0.4); -webkit-border-bottom-color:rgba(0,0,0,0.4); position:absolute; left:50%; top:-7px; margin-left:-7px;}
.header-toolbar .pullDown.menu .drop:after{content:''; width:0; height:0; overflow:hidden; border:8px solid transparent; border-bottom-color:#fff; position:absolute; left:50%; top:-7px; margin-left:-8px;}
.header-toolbar .pullDown.ewm .drop dt{padding:10px; background: rgba(0,0,0,0.4); -webkit-background: rgba(0,0,0,0.4); border-radius: 8px; overflow: hidden;}
.header-toolbar .pullDown.ewm .drop dt img{display:block; margin:0 auto; width:100%; background: #fff; box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
.header-toolbar .pullDown.ewm .drop dt span{display:block; text-align:center; color:#fff; padding-top:5px; line-height:18px; font-size:12px;}
.header-toolbar .pullDown.menu .drop dl{ color:#fff; line-height:18px; border-radius: 4px; padding:0 10px; background: #fff; box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%); font-size: 15px;}
.header-toolbar .pullDown.menu .drop dl dd{padding: 12px 0; border-bottom:1px solid rgba(0,0,0,0.1);}
.header-toolbar .pullDown.menu .drop dl dd:last-child{border-bottom: none;}
.header-toolbar .pullDown.menu .drop dl a{color: #689EE3;}
.header-toolbar .pullDown.menu .drop dl a:hover{color: #1A56A3}
.header-toolbar li:hover .drop{display: block;}
.header-toolbar li.icon{font-size: 0;}
.header-toolbar li.icon a{position: relative;}
.header-toolbar li.icon span{font-size: 16px;}
.header-toolbar li.icon img{height: 25px; margin-right: 6px;}
.header-toolbar li.icon img,
.header-toolbar li.icon span{display: inline-block; vertical-align: middle;}
.header-toolbar li.wza a:before{background-image: url(../images/header_icon_wza.png);}
.header-toolbar li.zz a:before{background-image: url(../images/header_icon_zz.png);}
.header-toolbar-l li:first-child{padding-left: 0;}
.cnwza.ariaHide{display: block !important;}
/* .header-toolbar li.logined,
.header-toolbar li.user{display: none;} */
/* .header-toolbar li.user a{display: inline-block;background: #689EE3;color:#fff;border-radius: 2px;height: 22px;line-height: 20px;padding: 0 8px;transition: 0.3s;}
.header-toolbar li.user a:hover{background: #2354AF;} */
.header-toolbar li.ipv6 span{display: block; display: inline-block; padding: 0 12px;	height: 30px; line-height: 30px; border-radius: 15px;	border: 1px solid #E5E5E5;}
/* .header-toolbar li.ghb{display: none;} */
.header-toolbar li.ghb a{display: inline-block; background: #B32E2E; font-weight: bold; height: 32px; line-height: 32px; padding: 0 15px; border-radius: 4px; transition: 0.3s all;}
.header-toolbar li.ghb a:hover{color: #fff; background: #9C1C1C;}
.header-toolbar-l{font-weight: bold;}
.header li.logined>div{cursor: pointer;position: relative;}
.header li.logined .info{display: none;position: absolute;top: 38px;left: 50%;margin-left: -60px;z-index: 10;padding: 5px 0;width: 120px;background: #fff;border-radius: 4px;box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);}
.header li.logined .info:before{content:"";position: absolute;left:50%;top:-16px;margin-left:-7px; width:0;height: 0;border:8px solid transparent;border-bottom:8px solid #fff;}
.header li.logined .info a{display: block;width:auto;height:38px;line-height: 38px;padding:0 12px;margin:0;}
.header li.logined .info a:hover{background: #ecf5ff;color: #2354AF;}
.header li.logined>div:hover .info{display: block;}

.header-logo{clear:both; padding:44px 0 30px; text-align: center;}
.header-logo img{height: 111px;}

.header-search{width: 695px; margin: 0 auto; max-width: 100%; padding: 5px; border-radius: 30px; border: 2px solid #59A0E3; box-sizing: border-box; background: #FCFCFC;}
.header-search .padding{height: 48px; position: relative;}
.header-search-txt{width:100%; padding: 0 0 0 55px; height: 48px; line-height:48px; border:0; color: #808080; background: none; font-size: 18px; background: url(../images/public/header_icon_ss.png) no-repeat 18px center; background-size: 30px 30px;}
.header-search-btn{ position:absolute; z-index: 1; top: 0; right: 0; width:100px; height:48px; border-radius: 24px;
	background: #528DD9; border:0; cursor:pointer; color: #fff; font-size: 20px;  -webkit-appearance:none; transition: all .3s; -webkit-transition: all .3s;}
.header-search-btn:hover{background-color: #2462B3;}
.header-search-txt::-webkit-input-placeholder{color: #286DC7;}

.mainnav{position: relative; z-index: 9; height: 60px; background: #2462B3;}
.mainnav li{float: left; position: relative; width: 14.2857%;}
.mainnav li a{display:block; line-height: 60px; font-size: 1.375em; text-align:center; font-weight: bold; color: #fff; transition: .3s all;}
.mainnav li:hover a, .mainnav li.on a{background: #1A56A3;}
.mainnav li + li a{margin-left: 1px;}


/*responsive*/

@media (max-width: 1280px) {
	body:not(.nores) .header-search{max-width: 100%;; width: 620px;}
	body:not(.nores) .header-search, 
	body:not(.nores) .header-search-txt{box-sizing:border-box; -moz-box-sizing:border-box;  -webkit-box-sizing:border-box;}
	body:not(.nores) .header-search-txt{width: 100%;}
	
	body:not(.nores) .header-cloumn .header,
	body:not(.nores) .header-cloumn .header-main{height: auto;}
	body:not(.nores) .header-cloumn .header{padding-bottom: 30px;}
	body:not(.nores) .header-cloumn .header-logo{float: none;margin-top: 30px;}
	body:not(.nores) .header-cloumn .header-search-box{position: static;}
}


@media (max-width: 1023px) {
	body:not(.nores) .header-toolbar .wza, 
	body:not(.nores) .header-toolbar .ghb{display: none;}
	body:not(.nores) .header{height: auto; background-size: auto 100%;}
	body:not(.nores) .header-main{height: auto;}
	body:not(.nores) .header-search{margin-bottom: 30px;}
	
}

@media (max-width: 992px) {

	
}



/* xs mobile*/
@media (max-width: 768px) {
	body:not(.nores) .header-toolbar-l{display: none;}
	body:not(.nores) .header-logo{padding-top: 20px; padding-bottom: 20px;}
	body:not(.nores) .header-logo img{height: auto; width: 500px;}

	body:not(.nores) .mainnav .container{padding-left: 0; padding-right: 0;}
	body:not(.nores) .mainnav{padding:12px 0; height: auto;}
	body:not(.nores) .mainnav li{width: 28%; position:relative;}
	body:not(.nores) .mainnav li:after{content:""; width:1px; height:16px; background:#fff; position:absolute; top:50%; margin-top:-8px; right:0; filter:alpha(opacity=20); -moz-opacity:0.2; opacity:0.2;}
	body:not(.nores) .mainnav li a{height: 30px; overflow: hidden; padding:4px 0; height: auto; line-height:30px; font-size: 1.125em;}
	body:not(.nores) .mainnav li:nth-child(1):after,
	body:not(.nores) .mainnav li:nth-child(4):after, body:not(.nores) .mainnav li:nth-child(7):after{display:none;}
	body:not(.nores) .mainnav li:hover span:after, body:not(.nores) .mainnav li.on span:after{display: none;}
	body:not(.nores) .mainnav li.nav1{width: 16%; height:76px;}
	body:not(.nores) .mainnav li.nav1 a{padding:0; line-height:76px;}
	body:not(.nores) .mainnav li a:hover, body:not(.nores) .mainnav li.on a{background: none;}
	body:not(.nores) .mainnav li.nav1 a{background: #1A56A3; border-radius:0 5px 5px 0;}
}

/* @media (max-width: 767px) and (min-width: 375px) {
	.mainnav li.nav1 a:before{content: ''; display: inline-block; width: 18px; height: 18px; background: url(../images/public/mainnav_icon_index.png) no-repeat; vertical-align: middle; margin: 0 10px 0 0; opacity: 0.7;}
	.mainnav li.nav1.on a:before{opacity: 1;}
} */


@media (max-width: 640px) {
	body:not(.nores) .header-logo img{max-width: 90%;}
	body:not(.nores) .header-search{width: 100%;}
	
}


@media (max-width: 480px) {
	body:not(.nores) .header-toolbar li.ipv6{display: none;}
	

	body:not(.nores) .header-search .padding{height: 42px; padding-right: 50px;}
	body:not(.nores) .header-search-txt{height: 42px; line-height: 42px; border: 0; background: none; padding:0 0 0 15px;}
	body:not(.nores) .header-search-btn{width: 50px; height: 42px; background: url(../images/public/header_icon_msearch.png) no-repeat center center #fff; font-size: 0;}
	
}

@media (max-width: 414px) {
	

}

@media (max-width: 375px) {
	body:not(.nores) .header-toolbar{height: 30px; line-height: 30px; font-size: 12px;}
	body:not(.nores) .header-toolbar li{height: 30px;}
	body:not(.nores) .header-toolbar li.ipv6 img{height: 16px; margin-top: 7px;}
	body:not(.nores) .header-logo{padding-bottom: 28px; padding-top: 5px;}
	body:not(.nores) .mainnav li a{font-weight: normal;}
	
}
